Watching the File System
Reporting Acts of Creation
© 1999 by Andrew S. Downs
andrew@downs.net


Contents


Conclusion

The Mac OS file system can provide a lot of useful information regarding file and folder activities. The difficulty lies in determining what information you desire, and obtaining that information in a timely manner (i.e. as it happens). Once you have the raw data associated with a file system event, translating it into something useful, and then communicating that info to a user or developer is straightforward. This paper presented several ways of doing all of the above. Hopefully, you can develop new products or enhance existing products using the techniques described here.

Bibliography

[Apple93] Apple Computer, Inc. AppleScript Scripting Additions Guide. Addison-Wesley Publishing Company, Reading, MA. 1993.

[Apple94] Apple Computer, Inc. Inside Macintosh: Operating System Utilities. Addison-Wesley Publishing Company, Reading, MA. 1994.

[Apple96] Apple Computer, Inc. Technote 1070: Background-Only Applications. October, 1996.

[Little91] Little, Gary and Swihart, Tim. Programming for System 7. Addison-Wesley Publishing Company, Reading, MA. 1991.

[Mark94] Mark, Dave. Ultimate Mac Programming. IDG Books Worldwide, Foster City, CA. 1994.

[Rentzsch99] Rentzsch, Jonathan. Atomicity: Concurrent Data Access Without Blowing Up. Red Shed Software, Schaumburg, IL. 1999.

[Thompson94] Thompson, Tom. Power Macintosh Programming Starter Kit. Hayden Books, Indianapolis, IN. 1994.

[Zobkiw95] Zobkiw, Joe. A Fragment of Your Imagination. Addison-Wesley Publishing Company, Reading, MA. 1995.

Previous page